Html Css Color HEX #619308 Olive Drab

📋 copy color: '#619308'

red 97 ◦ green 147 ◦ blue 8

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

Shades of Olive Drab #619308

Tints of Olive Drab #619308

RGB

 RED value IS 97 (38.28% from 255) = 38.49%

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 38.49%
G = 58.33%
B = 3.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#619308 (or 0x619308) is known color: Olive Drab. HEX triplet: 61, 93 and 08. RGB value is (97,147,8). Sum of RGB (Red+Green+Blue) = 97+147+8=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #619308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619308 is #9E6CF7. Grayscale: #747474. Windows color (decimal): -10382584 or 562017. OLE color: 562017.

HSL color Cylindrical-coordinate representation of color #619308: hue angle of 81.58º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #619308 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 8 -
CMYK 0.34 0 0.95 0.42
HSL 81.58º 0.9% 0.3% -
HSV(B) 81.58º 0.95% 0.58% -
XYZ 15.41 23.43 3.94 -
YUV 116.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 97 147 8 0.34 0 0.95 0.42 81.58 0.9 0.3
Hex 61 93 8 22 0 5F 2A 52 5A 1E
Octal 141 223 10 42 0 137 52 122 132 36
Binary 1100001 10010011 1000 100010 0 1011111 101010 1010010 1011010 11110

Color Harmonies of #619308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619308

Black with #619308

Text Example


Text Example

White with #619308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619308; }

 p { color: rgb(97,147,8); }

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

background-color css

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

 a { background-color: rgb(97,147,8); }

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

border-color css

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

 span { border-color: rgb(97,147,8); }

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