Html Css Color HEX #606F21 Fiji Green

📋 copy color: '#606F21'

red 96 ◦ green 111 ◦ blue 33

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

Shades of Fiji Green #606F21

Tints of Fiji Green #606F21

RGB

 RED value IS 96 (37.89% from 255) = 40%

 GREEN value IS 111 (43.75% from 255) = 46.25%

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 40%
G = 46.25%
B = 13.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#606F21 (or 0x606F21) is known color: Fiji Green. HEX triplet: 60, 6F and 21. RGB value is (96,111,33). Sum of RGB (Red+Green+Blue) = 96+111+33=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #606F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F21 is #9F90DE. Grayscale: #616161. Windows color (decimal): -10457311 or 2191200. OLE color: 2191200.

HSL color Cylindrical-coordinate representation of color #606F21: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #606F21 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 33 -
CMYK 0.14 0 0.70 0.56
HSL 71.54º 0.54% 0.28% -
HSV(B) 71.54º 0.7% 0.44% -
XYZ 10.78 13.97 3.57 -
YUV 97.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 96 111 33 0.14 0 0.70 0.56 71.54 0.54 0.28
Hex 60 6F 21 E 0 46 38 48 36 1C
Octal 140 157 41 16 0 106 70 110 66 34
Binary 1100000 1101111 100001 1110 0 1000110 111000 1001000 110110 11100

Color Harmonies of #606F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F21

Black with #606F21

Text Example


Text Example

White with #606F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F21; }

 p { color: rgb(96,111,33); }

 H1.HeaderClassName
 {
   color: #606F21;
 }
 .AnyTagClassName
 {
   color: #606F21;
 }
</style>

background-color css

<style>
 a { background-color: #606F21; }

 a { background-color: rgb(96,111,33); }

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

border-color css

<style>
 span { border-color: #606F21; }

 span { border-color: rgb(96,111,33); }

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