Html Css Color HEX #618B03 Olive Drab

📋 copy color: '#618B03'

red 97 ◦ green 139 ◦ blue 3

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

Shades of Olive Drab #618B03

Tints of Olive Drab #618B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.16%

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

R = 40.59%
G = 58.16%
B = 1.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#618B03 (or 0x618B03) is known color: Olive Drab. HEX triplet: 61, 8B and 03. RGB value is (97,139,3). Sum of RGB (Red+Green+Blue) = 97+139+3=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #618B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B03 is #9E74FC. Grayscale: #6F6F6F. Windows color (decimal): -10384637 or 232289. OLE color: 232289.

HSL color Cylindrical-coordinate representation of color #618B03: hue angle of 78.53º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #618B03 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 3 -
CMYK 0.30 0 0.98 0.45
HSL 78.53º 0.96% 0.28% -
HSV(B) 78.53º 0.98% 0.55% -
XYZ 14.18 21.01 3.39 -
YUV 110.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 97 139 3 0.30 0 0.98 0.45 78.53 0.96 0.28
Hex 61 8B 3 1E 0 62 2D 4F 60 1C
Octal 141 213 3 36 0 142 55 117 140 34
Binary 1100001 10001011 11 11110 0 1100010 101101 1001111 1100000 11100

Color Harmonies of #618B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B03

Black with #618B03

Text Example


Text Example

White with #618B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618B03; }

 p { color: rgb(97,139,3); }

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

background-color css

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

 a { background-color: rgb(97,139,3); }

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

border-color css

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

 span { border-color: rgb(97,139,3); }

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