Html Css Color HEX #627F1F Olive Drab

📋 copy color: '#627F1F'

red 98 ◦ green 127 ◦ blue 31

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

Shades of Olive Drab #627F1F

Tints of Olive Drab #627F1F

RGB

 RED value IS 98 (38.67% from 255) = 38.28%

 GREEN value IS 127 (50% from 255) = 49.61%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 38.28%
G = 49.61%
B = 12.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#627F1F (or 0x627F1F) is known color: Olive Drab. HEX triplet: 62, 7F and 1F. RGB value is (98,127,31). Sum of RGB (Red+Green+Blue) = 98+127+31=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #627F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F1F is #9D80E0. Grayscale: #6B6B6B. Windows color (decimal): -10322145 or 2064226. OLE color: 2064226.

HSL color Cylindrical-coordinate representation of color #627F1F: hue angle of 78.12º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #627F1F is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 127 31 -
CMYK 0.23 0 0.76 0.50
HSL 78.12º 0.61% 0.31% -
HSV(B) 78.12º 0.76% 0.5% -
XYZ 12.87 17.87 4.07 -
YUV 107.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 98 127 31 0.23 0 0.76 0.50 78.12 0.61 0.31
Hex 62 7F 1F 17 0 4C 32 4E 3D 1F
Octal 142 177 37 27 0 114 62 116 75 37
Binary 1100010 1111111 11111 10111 0 1001100 110010 1001110 111101 11111

Color Harmonies of #627F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627F1F

Black with #627F1F

Text Example


Text Example

White with #627F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627F1F; }

 p { color: rgb(98,127,31); }

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

background-color css

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

 a { background-color: rgb(98,127,31); }

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

border-color css

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

 span { border-color: rgb(98,127,31); }

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