Html Css Color HEX #618F0D Olive Drab

📋 copy color: '#618F0D'

red 97 ◦ green 143 ◦ blue 13

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

Shades of Olive Drab #618F0D

Tints of Olive Drab #618F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 38.34%
G = 56.52%
B = 5.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#618F0D (or 0x618F0D) is known color: Olive Drab. HEX triplet: 61, 8F and 0D. RGB value is (97,143,13). Sum of RGB (Red+Green+Blue) = 97+143+13=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #618F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618F0D is #9E70F2. Grayscale: #727272. Windows color (decimal): -10383603 or 888673. OLE color: 888673.

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

Color convert

RGB 97 143 13 -
CMYK 0.32 0 0.91 0.44
HSL 81.23º 0.83% 0.31% -
HSV(B) 81.23º 0.91% 0.56% -
XYZ 14.82 22.22 3.89 -
YUV 114.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 97 143 13 0.32 0 0.91 0.44 81.23 0.83 0.31
Hex 61 8F D 20 0 5B 2C 51 53 1F
Octal 141 217 15 40 0 133 54 121 123 37
Binary 1100001 10001111 1101 100000 0 1011011 101100 1010001 1010011 11111

Color Harmonies of #618F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F0D

Black with #618F0D

Text Example


Text Example

White with #618F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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