Html Css Color HEX #068975 Observatory

📋 copy color: '#068975'

red 6 ◦ green 137 ◦ blue 117

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

Shades of Observatory #068975

Tints of Observatory #068975

RGB

 RED value IS 6 (2.73% from 255) = 2.31%

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 117 (46.09% from 255) = 45%

R = 2.31%
G = 52.69%
B = 45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#068975 (or 0x068975) is known color: Observatory. HEX triplet: 06, 89 and 75. RGB value is (6,137,117). Sum of RGB (Red+Green+Blue) = 6+137+117=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #068975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068975 is #F9768A. Grayscale: #5F5F5F. Windows color (decimal): -16348811 or 7702790. OLE color: 7702790.

HSL color Cylindrical-coordinate representation of color #068975: hue angle of 170.84º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068975 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 117 -
CMYK 0.96 0 0.15 0.46
HSL 170.84º 0.92% 0.28% -
HSV(B) 170.84º 0.96% 0.54% -
XYZ 12.23 19.21 19.89 -
YUV 95.55 140.1 64.13 -
System Red Green Blue C M Y K H S L
Decimal 6 137 117 0.96 0 0.15 0.46 170.84 0.92 0.28
Hex 6 89 75 60 0 F 2E AB 5C 1C
Octal 6 211 165 140 0 17 56 253 134 34
Binary 110 10001001 1110101 1100000 0 1111 101110 10101011 1011100 11100

Color Harmonies of #068975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068975

Black with #068975

Text Example


Text Example

White with #068975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068975; }

 p { color: rgb(6,137,117); }

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

background-color css

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

 a { background-color: rgb(6,137,117); }

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

border-color css

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

 span { border-color: rgb(6,137,117); }

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