Html Css Color HEX #768F23 Olive Drab

📋 copy color: '#768F23'

red 118 ◦ green 143 ◦ blue 35

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

Shades of Olive Drab #768F23

Tints of Olive Drab #768F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.31%

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 39.86%
G = 48.31%
B = 11.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#768F23 (or 0x768F23) is known color: Olive Drab. HEX triplet: 76, 8F and 23. RGB value is (118,143,35). Sum of RGB (Red+Green+Blue) = 118+143+35=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #768F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F23 is #8970DC. Grayscale: #7B7B7B. Windows color (decimal): -9007325 or 2330486. OLE color: 2330486.

HSL color Cylindrical-coordinate representation of color #768F23: hue angle of 73.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768F23 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 35 -
CMYK 0.17 0 0.76 0.44
HSL 73.89º 0.61% 0.35% -
HSV(B) 73.89º 0.76% 0.56% -
XYZ 17.6 23.62 5.22 -
YUV 123.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 118 143 35 0.17 0 0.76 0.44 73.89 0.61 0.35
Hex 76 8F 23 11 0 4C 2C 4A 3D 23
Octal 166 217 43 21 0 114 54 112 75 43
Binary 1110110 10001111 100011 10001 0 1001100 101100 1001010 111101 100011

Color Harmonies of #768F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F23

Black with #768F23

Text Example


Text Example

White with #768F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768F23; }

 p { color: rgb(118,143,35); }

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

background-color css

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

 a { background-color: rgb(118,143,35); }

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

border-color css

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

 span { border-color: rgb(118,143,35); }

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