Html Css Color HEX #068D75 Observatory

📋 copy color: '#068D75'

red 6 ◦ green 141 ◦ blue 117

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

Shades of Observatory #068D75

Tints of Observatory #068D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

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

R = 2.27%
G = 53.41%
B = 44.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#068D75 (or 0x068D75) is known color: Observatory. HEX triplet: 06, 8D and 75. RGB value is (6,141,117). Sum of RGB (Red+Green+Blue) = 6+141+117=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #068D75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D75 is #F9728A. Grayscale: #616161. Windows color (decimal): -16347787 or 7703814. OLE color: 7703814.

HSL color Cylindrical-coordinate representation of color #068D75: hue angle of 169.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D75 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 117 -
CMYK 0.96 0 0.17 0.45
HSL 169.33º 0.92% 0.29% -
HSV(B) 169.33º 0.96% 0.55% -
XYZ 12.81 20.37 20.09 -
YUV 97.9 138.77 62.45 -
System Red Green Blue C M Y K H S L
Decimal 6 141 117 0.96 0 0.17 0.45 169.33 0.92 0.29
Hex 6 8D 75 60 0 11 2D A9 5C 1D
Octal 6 215 165 140 0 21 55 251 134 35
Binary 110 10001101 1110101 1100000 0 10001 101101 10101001 1011100 11101

Color Harmonies of #068D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D75

Black with #068D75

Text Example


Text Example

White with #068D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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