Html Css Color HEX #606625 Fiji Green

📋 copy color: '#606625'

red 96 ◦ green 102 ◦ blue 37

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

Shades of Fiji Green #606625

Tints of Fiji Green #606625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 40.85%
G = 43.4%
B = 15.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#606625 (or 0x606625) is known color: Fiji Green. HEX triplet: 60, 66 and 25. RGB value is (96,102,37). Sum of RGB (Red+Green+Blue) = 96+102+37=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #606625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606625 is #9F99DA. Grayscale: #5D5D5D. Windows color (decimal): -10459611 or 2451040. OLE color: 2451040.

HSL color Cylindrical-coordinate representation of color #606625: hue angle of 65.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #606625 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 37 -
CMYK 0.06 0 0.64 0.6
HSL 65.54º 0.47% 0.27% -
HSV(B) 65.54º 0.64% 0.4% -
XYZ 9.91 12.12 3.57 -
YUV 92.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 96 102 37 0.06 0 0.64 0.6 65.54 0.47 0.27
Hex 60 66 25 6 0 40 3C 42 2F 1B
Octal 140 146 45 6 0 100 74 102 57 33
Binary 1100000 1100110 100101 110 0 1000000 111100 1000010 101111 11011

Color Harmonies of #606625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606625

Black with #606625

Text Example


Text Example

White with #606625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606625; }

 p { color: rgb(96,102,37); }

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

background-color css

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

 a { background-color: rgb(96,102,37); }

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

border-color css

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

 span { border-color: rgb(96,102,37); }

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