Html Css Color HEX #606B25 Fiji Green

📋 copy color: '#606B25'

red 96 ◦ green 107 ◦ blue 37

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

Shades of Fiji Green #606B25

Tints of Fiji Green #606B25

RGB

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

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

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

R = 40%
G = 44.58%
B = 15.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#606B25 (or 0x606B25) is known color: Fiji Green. HEX triplet: 60, 6B and 25. RGB value is (96,107,37). Sum of RGB (Red+Green+Blue) = 96+107+37=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #606B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B25 is #9F94DA. Grayscale: #606060. Windows color (decimal): -10458331 or 2452320. OLE color: 2452320.

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

Color convert

RGB 96 107 37 -
CMYK 0.10 0 0.65 0.58
HSL 69.43º 0.49% 0.28% -
HSV(B) 69.43º 0.65% 0.42% -
XYZ 10.42 13.14 3.74 -
YUV 95.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 96 107 37 0.10 0 0.65 0.58 69.43 0.49 0.28
Hex 60 6B 25 A 0 41 3A 45 31 1C
Octal 140 153 45 12 0 101 72 105 61 34
Binary 1100000 1101011 100101 1010 0 1000001 111010 1000101 110001 11100

Color Harmonies of #606B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B25

Black with #606B25

Text Example


Text Example

White with #606B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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