Html Css Color HEX #606308 Fiji Green

📋 copy color: '#606308'

red 96 ◦ green 99 ◦ blue 8

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

Shades of Fiji Green #606308

Tints of Fiji Green #606308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 47.29%
G = 48.77%
B = 3.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#606308 (or 0x606308) is known color: Fiji Green. HEX triplet: 60, 63 and 08. RGB value is (96,99,8). Sum of RGB (Red+Green+Blue) = 96+99+8=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #606308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606308 is #9F9CF7. Grayscale: #585858. Windows color (decimal): -10460408 or 549728. OLE color: 549728.

HSL color Cylindrical-coordinate representation of color #606308: hue angle of 61.98º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #606308 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 8 -
CMYK 0.03 0 0.92 0.61
HSL 61.98º 0.85% 0.21% -
HSV(B) 61.98º 0.92% 0.39% -
XYZ 9.33 11.43 1.94 -
YUV 87.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 96 99 8 0.03 0 0.92 0.61 61.98 0.85 0.21
Hex 60 63 8 3 0 5C 3D 3E 55 15
Octal 140 143 10 3 0 134 75 76 125 25
Binary 1100000 1100011 1000 11 0 1011100 111101 111110 1010101 10101

Color Harmonies of #606308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606308

Black with #606308

Text Example


Text Example

White with #606308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606308; }

 p { color: rgb(96,99,8); }

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

background-color css

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

 a { background-color: rgb(96,99,8); }

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

border-color css

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

 span { border-color: rgb(96,99,8); }

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