Html Css Color HEX #679601 Olive Drab

📋 copy color: '#679601'

red 103 ◦ green 150 ◦ blue 1

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

Shades of Olive Drab #679601

Tints of Olive Drab #679601

RGB

 RED value IS 103 (40.63% from 255) = 40.55%

 GREEN value IS 150 (58.98% from 255) = 59.06%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 40.55%
G = 59.06%
B = 0.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#679601 (or 0x679601) is known color: Olive Drab. HEX triplet: 67, 96 and 01. RGB value is (103,150,1). Sum of RGB (Red+Green+Blue) = 103+150+1=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #679601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679601 is #9869FE. Grayscale: #777777. Windows color (decimal): -9988607 or 104039. OLE color: 104039.

HSL color Cylindrical-coordinate representation of color #679601: hue angle of 78.93º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #679601 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 1 -
CMYK 0.31 0 0.99 0.41
HSL 78.93º 0.99% 0.3% -
HSV(B) 78.93º 0.99% 0.59% -
XYZ 16.51 24.7 3.93 -
YUV 118.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 103 150 1 0.31 0 0.99 0.41 78.93 0.99 0.3
Hex 67 96 1 1F 0 63 29 4F 63 1E
Octal 147 226 1 37 0 143 51 117 143 36
Binary 1100111 10010110 1 11111 0 1100011 101001 1001111 1100011 11110

Color Harmonies of #679601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679601

Black with #679601

Text Example


Text Example

White with #679601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679601; }

 p { color: rgb(103,150,1); }

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

background-color css

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

 a { background-color: rgb(103,150,1); }

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

border-color css

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

 span { border-color: rgb(103,150,1); }

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