Html Css Color HEX #606B04 Fiji Green

📋 copy color: '#606B04'

red 96 ◦ green 107 ◦ blue 4

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

Shades of Fiji Green #606B04

Tints of Fiji Green #606B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 46.38%
G = 51.69%
B = 1.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#606B04 (or 0x606B04) is known color: Fiji Green. HEX triplet: 60, 6B and 04. RGB value is (96,107,4). Sum of RGB (Red+Green+Blue) = 96+107+4=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #606B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B04 is #9F94FB. Grayscale: #5C5C5C. Windows color (decimal): -10458364 or 289632. OLE color: 289632.

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

Color convert

RGB 96 107 4 -
CMYK 0.10 0 0.96 0.58
HSL 66.41º 0.93% 0.22% -
HSV(B) 66.41º 0.96% 0.42% -
XYZ 10.1 13.01 2.09 -
YUV 91.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 96 107 4 0.10 0 0.96 0.58 66.41 0.93 0.22
Hex 60 6B 4 A 0 60 3A 42 5D 16
Octal 140 153 4 12 0 140 72 102 135 26
Binary 1100000 1101011 100 1010 0 1100000 111010 1000010 1011101 10110

Color Harmonies of #606B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B04

Black with #606B04

Text Example


Text Example

White with #606B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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