Html Css Color HEX #606B05 Fiji Green

📋 copy color: '#606B05'

red 96 ◦ green 107 ◦ blue 5

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

Shades of Fiji Green #606B05

Tints of Fiji Green #606B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.44%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 46.15%
G = 51.44%
B = 2.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#606B05 (or 0x606B05) is known color: Fiji Green. HEX triplet: 60, 6B and 05. RGB value is (96,107,5). Sum of RGB (Red+Green+Blue) = 96+107+5=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #606B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B05 is #9F94FA. Grayscale: #5C5C5C. Windows color (decimal): -10458363 or 355168. OLE color: 355168.

HSL color Cylindrical-coordinate representation of color #606B05: hue angle of 66.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #606B05 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 5 -
CMYK 0.10 0 0.95 0.58
HSL 66.47º 0.91% 0.22% -
HSV(B) 66.47º 0.95% 0.42% -
XYZ 10.11 13.01 2.12 -
YUV 92.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 96 107 5 0.10 0 0.95 0.58 66.47 0.91 0.22
Hex 60 6B 5 A 0 5F 3A 42 5B 16
Octal 140 153 5 12 0 137 72 102 133 26
Binary 1100000 1101011 101 1010 0 1011111 111010 1000010 1011011 10110

Color Harmonies of #606B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B05

Black with #606B05

Text Example


Text Example

White with #606B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,5); }

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

background-color css

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

 a { background-color: rgb(96,107,5); }

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

border-color css

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

 span { border-color: rgb(96,107,5); }

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