Html Css Color HEX #677B05 Olive

📋 copy color: '#677B05'

red 103 ◦ green 123 ◦ blue 5

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

Shades of Olive #677B05

Tints of Olive #677B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.25%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 44.59%
G = 53.25%
B = 2.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#677B05 (or 0x677B05) is known color: Olive. HEX triplet: 67, 7B and 05. RGB value is (103,123,5). Sum of RGB (Red+Green+Blue) = 103+123+5=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #677B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B05 is #9884FA. Grayscale: #686868. Windows color (decimal): -9995515 or 359271. OLE color: 359271.

HSL color Cylindrical-coordinate representation of color #677B05: hue angle of 70.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #677B05 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 123 5 -
CMYK 0.16 0 0.96 0.52
HSL 70.17º 0.92% 0.25% -
HSV(B) 70.17º 0.96% 0.48% -
XYZ 12.7 17.06 2.77 -
YUV 103.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 103 123 5 0.16 0 0.96 0.52 70.17 0.92 0.25
Hex 67 7B 5 10 0 60 34 46 5C 19
Octal 147 173 5 20 0 140 64 106 134 31
Binary 1100111 1111011 101 10000 0 1100000 110100 1000110 1011100 11001

Color Harmonies of #677B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677B05

Black with #677B05

Text Example


Text Example

White with #677B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677B05; }

 p { color: rgb(103,123,5); }

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

background-color css

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

 a { background-color: rgb(103,123,5); }

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

border-color css

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

 span { border-color: rgb(103,123,5); }

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