Html Css Color HEX #767B07 Olive

📋 copy color: '#767B07'

red 118 ◦ green 123 ◦ blue 7

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

Shades of Olive #767B07

Tints of Olive #767B07

RGB

 RED value IS 118 (46.48% from 255) = 47.58%

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

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 47.58%
G = 49.6%
B = 2.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#767B07 (or 0x767B07) is known color: Olive. HEX triplet: 76, 7B and 07. RGB value is (118,123,7). Sum of RGB (Red+Green+Blue) = 118+123+7=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #767B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B07 is #8984F8. Grayscale: #6C6C6C. Windows color (decimal): -9012473 or 490358. OLE color: 490358.

HSL color Cylindrical-coordinate representation of color #767B07: hue angle of 62.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #767B07 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 7 -
CMYK 0.04 0 0.94 0.52
HSL 62.59º 0.89% 0.25% -
HSV(B) 62.59º 0.94% 0.48% -
XYZ 14.59 18.03 2.91 -
YUV 108.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 118 123 7 0.04 0 0.94 0.52 62.59 0.89 0.25
Hex 76 7B 7 4 0 5E 34 3F 59 19
Octal 166 173 7 4 0 136 64 77 131 31
Binary 1110110 1111011 111 100 0 1011110 110100 111111 1011001 11001

Color Harmonies of #767B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B07

Black with #767B07

Text Example


Text Example

White with #767B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B07; }

 p { color: rgb(118,123,7); }

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

background-color css

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

 a { background-color: rgb(118,123,7); }

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

border-color css

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

 span { border-color: rgb(118,123,7); }

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