Html Css Color HEX #789085 Granny Smith

📋 copy color: '#789085'

red 120 ◦ green 144 ◦ blue 133

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

Shades of Granny Smith #789085

Tints of Granny Smith #789085

RGB

 RED value IS 120 (47.27% from 255) = 30.23%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 30.23%
G = 36.27%
B = 33.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#789085 (or 0x789085) is known color: Granny Smith. HEX triplet: 78, 90 and 85. RGB value is (120,144,133). Sum of RGB (Red+Green+Blue) = 120+144+133=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #789085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789085 is #876F7A. Grayscale: #878787. Windows color (decimal): -8875899 or 8753272. OLE color: 8753272.

HSL color Cylindrical-coordinate representation of color #789085: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #789085 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 133 -
CMYK 0.17 0 0.08 0.44
HSL 152.5º 0.1% 0.52% -
HSV(B) 152.5º 0.17% 0.56% -
XYZ 21.95 25.63 25.98 -
YUV 135.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 120 144 133 0.17 0 0.08 0.44 152.5 0.1 0.52
Hex 78 90 85 11 0 8 2C 98 A 34
Octal 170 220 205 21 0 10 54 230 12 64
Binary 1111000 10010000 10000101 10001 0 1000 101100 10011000 1010 110100

Color Harmonies of #789085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789085

Black with #789085

Text Example


Text Example

White with #789085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789085; }

 p { color: rgb(120,144,133); }

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

background-color css

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

 a { background-color: rgb(120,144,133); }

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

border-color css

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

 span { border-color: rgb(120,144,133); }

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