Html Css Color HEX #606F0B Fiji Green

📋 copy color: '#606F0B'

red 96 ◦ green 111 ◦ blue 11

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

Shades of Fiji Green #606F0B

Tints of Fiji Green #606F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 44.04%
G = 50.92%
B = 5.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#606F0B (or 0x606F0B) is known color: Fiji Green. HEX triplet: 60, 6F and 0B. RGB value is (96,111,11). Sum of RGB (Red+Green+Blue) = 96+111+11=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #606F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606F0B is #9F90F4. Grayscale: #5F5F5F. Windows color (decimal): -10457333 or 749408. OLE color: 749408.

HSL color Cylindrical-coordinate representation of color #606F0B: hue angle of 69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #606F0B is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 11 -
CMYK 0.14 0 0.90 0.56
HSL 69º 0.82% 0.24% -
HSV(B) 69º 0.9% 0.44% -
XYZ 10.57 13.88 2.44 -
YUV 95.12 80.53 128.63 -
System Red Green Blue C M Y K H S L
Decimal 96 111 11 0.14 0 0.90 0.56 69 0.82 0.24
Hex 60 6F B E 0 5A 38 45 52 18
Octal 140 157 13 16 0 132 70 105 122 30
Binary 1100000 1101111 1011 1110 0 1011010 111000 1000101 1010010 11000

Color Harmonies of #606F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F0B

Black with #606F0B

Text Example


Text Example

White with #606F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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