Html Css Color HEX #606C03 Fiji Green

📋 copy color: '#606C03'

red 96 ◦ green 108 ◦ blue 3

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

Shades of Fiji Green #606C03

Tints of Fiji Green #606C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

 BLUE value IS 3 (1.56% from 255) = 1.45%

R = 46.38%
G = 52.17%
B = 1.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#606C03 (or 0x606C03) is known color: Fiji Green. HEX triplet: 60, 6C and 03. RGB value is (96,108,3). Sum of RGB (Red+Green+Blue) = 96+108+3=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #606C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606C03 is #9F93FC. Grayscale: #5C5C5C. Windows color (decimal): -10458109 or 224352. OLE color: 224352.

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

Color convert

RGB 96 108 3 -
CMYK 0.11 0 0.97 0.58
HSL 66.86º 0.95% 0.22% -
HSV(B) 66.86º 0.97% 0.42% -
XYZ 10.2 13.22 2.1 -
YUV 92.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 96 108 3 0.11 0 0.97 0.58 66.86 0.95 0.22
Hex 60 6C 3 B 0 61 3A 43 5F 16
Octal 140 154 3 13 0 141 72 103 137 26
Binary 1100000 1101100 11 1011 0 1100001 111010 1000011 1011111 10110

Color Harmonies of #606C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C03

Black with #606C03

Text Example


Text Example

White with #606C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,3); }

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

background-color css

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

 a { background-color: rgb(96,108,3); }

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

border-color css

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

 span { border-color: rgb(96,108,3); }

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