Html Css Color HEX #75781B Olivetone

📋 copy color: '#75781B'

red 117 ◦ green 120 ◦ blue 27

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

Shades of Olivetone #75781B

Tints of Olivetone #75781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 44.32%
G = 45.45%
B = 10.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#75781B (or 0x75781B) is known color: Olivetone. HEX triplet: 75, 78 and 1B. RGB value is (117,120,27). Sum of RGB (Red+Green+Blue) = 117+120+27=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #75781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781B is #8A87E4. Grayscale: #6C6C6C. Windows color (decimal): -9078757 or 1800309. OLE color: 1800309.

HSL color Cylindrical-coordinate representation of color #75781B: hue angle of 61.94º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75781B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 27 -
CMYK 0.02 0 0.78 0.53
HSL 61.94º 0.63% 0.29% -
HSV(B) 61.94º 0.78% 0.47% -
XYZ 14.25 17.29 3.62 -
YUV 108.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 117 120 27 0.02 0 0.78 0.53 61.94 0.63 0.29
Hex 75 78 1B 2 0 4E 35 3E 3F 1D
Octal 165 170 33 2 0 116 65 76 77 35
Binary 1110101 1111000 11011 10 0 1001110 110101 111110 111111 11101

Color Harmonies of #75781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75781B

Black with #75781B

Text Example


Text Example

White with #75781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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