Html Css Color HEX #75AE3C Sushi

📋 copy color: '#75AE3C'

red 117 ◦ green 174 ◦ blue 60

#75AE3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #75AE3C

Tints of Sushi #75AE3C

RGB

 RED value IS 117 (46.09% from 255) = 33.33%

 GREEN value IS 174 (68.36% from 255) = 49.57%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 33.33%
G = 49.57%
B = 17.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75AE3C (or 0x75AE3C) is known color: Sushi. HEX triplet: 75, AE and 3C. RGB value is (117,174,60). Sum of RGB (Red+Green+Blue) = 117+174+60=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AE3C is #8A51C3. Grayscale: #909090. Windows color (decimal): -9064900 or 3976821. OLE color: 3976821.

HSL color Cylindrical-coordinate representation of color #75AE3C: hue angle of 90º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75AE3C is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 174 60 -
CMYK 0.33 0 0.66 0.32
HSL 90º 0.49% 0.46% -
HSV(B) 90º 0.66% 0.68% -
XYZ 23.29 34.38 9.68 -
YUV 143.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 117 174 60 0.33 0 0.66 0.32 90 0.49 0.46
Hex 75 AE 3C 21 0 42 20 5A 31 2E
Octal 165 256 74 41 0 102 40 132 61 56
Binary 1110101 10101110 111100 100001 0 1000010 100000 1011010 110001 101110

Color Harmonies of #75AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AE3C

Black with #75AE3C

Text Example


Text Example

White with #75AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AE3C; }

 p { color: rgb(117,174,60); }

 H1.HeaderClassName
 {
   color: #75AE3C;
 }
 .AnyTagClassName
 {
   color: #75AE3C;
 }
</style>

background-color css

<style>
 a { background-color: #75AE3C; }

 a { background-color: rgb(117,174,60); }

 div.DivClassName
 {
   background-color: #75AE3C;
 }
 .BgClassName
 {
   background-color: #75AE3C;
 }
</style>

border-color css

<style>
 span { border-color: #75AE3C; }

 span { border-color: rgb(117,174,60); }

 td.TdClassName
 {
   border-color: #75AE3C;
 }
 .TagClassName
 {
   border-color: #75AE3C;
 }
</style>