Html Css Color HEX #068367 Observatory

📋 copy color: '#068367'

red 6 ◦ green 131 ◦ blue 103

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

Shades of Observatory #068367

Tints of Observatory #068367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 2.5%
G = 54.58%
B = 42.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#068367 (or 0x068367) is known color: Observatory. HEX triplet: 06, 83 and 67. RGB value is (6,131,103). Sum of RGB (Red+Green+Blue) = 6+131+103=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #068367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068367 is #F97C98. Grayscale: #5A5A5A. Windows color (decimal): -16350361 or 6783750. OLE color: 6783750.

HSL color Cylindrical-coordinate representation of color #068367: hue angle of 166.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068367 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 131 103 -
CMYK 0.95 0 0.21 0.49
HSL 166.56º 0.91% 0.27% -
HSV(B) 166.56º 0.95% 0.51% -
XYZ 10.64 17.25 15.6 -
YUV 90.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 6 131 103 0.95 0 0.21 0.49 166.56 0.91 0.27
Hex 6 83 67 5F 0 15 31 A7 5B 1B
Octal 6 203 147 137 0 25 61 247 133 33
Binary 110 10000011 1100111 1011111 0 10101 110001 10100111 1011011 11011

Color Harmonies of #068367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068367

Black with #068367

Text Example


Text Example

White with #068367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068367; }

 p { color: rgb(6,131,103); }

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

background-color css

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

 a { background-color: rgb(6,131,103); }

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

border-color css

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

 span { border-color: rgb(6,131,103); }

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