Html Css Color HEX #75780D Olive

📋 copy color: '#75780D'

red 117 ◦ green 120 ◦ blue 13

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

Shades of Olive #75780D

Tints of Olive #75780D

RGB

 RED value IS 117 (46.09% from 255) = 46.8%

 GREEN value IS 120 (47.27% from 255) = 48%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 46.8%
G = 48%
B = 5.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#75780D (or 0x75780D) is known color: Olive. HEX triplet: 75, 78 and 0D. RGB value is (117,120,13). Sum of RGB (Red+Green+Blue) = 117+120+13=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #75780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75780D is #8A87F2. Grayscale: #6B6B6B. Windows color (decimal): -9078771 or 882805. OLE color: 882805.

HSL color Cylindrical-coordinate representation of color #75780D: hue angle of 61.68º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75780D is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 13 -
CMYK 0.02 0 0.89 0.53
HSL 61.68º 0.8% 0.26% -
HSV(B) 61.68º 0.89% 0.47% -
XYZ 14.13 17.24 2.96 -
YUV 106.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 117 120 13 0.02 0 0.89 0.53 61.68 0.8 0.26
Hex 75 78 D 2 0 59 35 3E 50 1A
Octal 165 170 15 2 0 131 65 76 120 32
Binary 1110101 1111000 1101 10 0 1011001 110101 111110 1010000 11010

Color Harmonies of #75780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75780D

Black with #75780D

Text Example


Text Example

White with #75780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75780D; }

 p { color: rgb(117,120,13); }

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

background-color css

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

 a { background-color: rgb(117,120,13); }

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

border-color css

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

 span { border-color: rgb(117,120,13); }

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