Html Css Color HEX #768207 Olive

📋 copy color: '#768207'

red 118 ◦ green 130 ◦ blue 7

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

Shades of Olive #768207

Tints of Olive #768207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 46.27%
G = 50.98%
B = 2.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#768207 (or 0x768207) is known color: Olive. HEX triplet: 76, 82 and 07. RGB value is (118,130,7). Sum of RGB (Red+Green+Blue) = 118+130+7=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #768207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768207 is #897DF8. Grayscale: #707070. Windows color (decimal): -9010681 or 492150. OLE color: 492150.

HSL color Cylindrical-coordinate representation of color #768207: hue angle of 65.85º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #768207 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 7 -
CMYK 0.09 0 0.95 0.49
HSL 65.85º 0.9% 0.27% -
HSV(B) 65.85º 0.95% 0.51% -
XYZ 15.49 19.83 3.21 -
YUV 112.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 118 130 7 0.09 0 0.95 0.49 65.85 0.9 0.27
Hex 76 82 7 9 0 5F 31 42 5A 1B
Octal 166 202 7 11 0 137 61 102 132 33
Binary 1110110 10000010 111 1001 0 1011111 110001 1000010 1011010 11011

Color Harmonies of #768207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768207

Black with #768207

Text Example


Text Example

White with #768207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768207; }

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

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

background-color css

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

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

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

border-color css

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

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

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