Html Css Color HEX #608303 Olive Drab

📋 copy color: '#608303'

red 96 ◦ green 131 ◦ blue 3

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

Shades of Olive Drab #608303

Tints of Olive Drab #608303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.96%

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

R = 41.74%
G = 56.96%
B = 1.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#608303 (or 0x608303) is known color: Olive Drab. HEX triplet: 60, 83 and 03. RGB value is (96,131,3). Sum of RGB (Red+Green+Blue) = 96+131+3=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #608303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608303 is #9F7CFC. Grayscale: #6A6A6A. Windows color (decimal): -10452221 or 230240. OLE color: 230240.

HSL color Cylindrical-coordinate representation of color #608303: hue angle of 76.41º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #608303 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 3 -
CMYK 0.27 0 0.98 0.49
HSL 76.41º 0.96% 0.26% -
HSV(B) 76.41º 0.98% 0.51% -
XYZ 12.96 18.73 3.02 -
YUV 105.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 96 131 3 0.27 0 0.98 0.49 76.41 0.96 0.26
Hex 60 83 3 1B 0 62 31 4C 60 1A
Octal 140 203 3 33 0 142 61 114 140 32
Binary 1100000 10000011 11 11011 0 1100010 110001 1001100 1100000 11010

Color Harmonies of #608303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608303

Black with #608303

Text Example


Text Example

White with #608303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608303; }

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

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

background-color css

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

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

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

border-color css

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

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

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