Html Css Color HEX #618F02 Olive Drab

📋 copy color: '#618F02'

red 97 ◦ green 143 ◦ blue 2

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

Shades of Olive Drab #618F02

Tints of Olive Drab #618F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.09%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 40.08%
G = 59.09%
B = 0.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#618F02 (or 0x618F02) is known color: Olive Drab. HEX triplet: 61, 8F and 02. RGB value is (97,143,2). Sum of RGB (Red+Green+Blue) = 97+143+2=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #618F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618F02 is #9E70FD. Grayscale: #717171. Windows color (decimal): -10383614 or 167777. OLE color: 167777.

HSL color Cylindrical-coordinate representation of color #618F02: hue angle of 79.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #618F02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 2 -
CMYK 0.32 0 0.99 0.44
HSL 79.57º 0.97% 0.28% -
HSV(B) 79.57º 0.99% 0.56% -
XYZ 14.76 22.19 3.56 -
YUV 113.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 97 143 2 0.32 0 0.99 0.44 79.57 0.97 0.28
Hex 61 8F 2 20 0 63 2C 50 61 1C
Octal 141 217 2 40 0 143 54 120 141 34
Binary 1100001 10001111 10 100000 0 1100011 101100 1010000 1100001 11100

Color Harmonies of #618F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F02

Black with #618F02

Text Example


Text Example

White with #618F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,2); }

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

background-color css

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

 a { background-color: rgb(97,143,2); }

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

border-color css

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

 span { border-color: rgb(97,143,2); }

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