Html Css Color HEX #67997B Oxley

📋 copy color: '#67997B'

red 103 ◦ green 153 ◦ blue 123

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

Shades of Oxley #67997B

Tints of Oxley #67997B

RGB

 RED value IS 103 (40.63% from 255) = 27.18%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 27.18%
G = 40.37%
B = 32.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#67997B (or 0x67997B) is known color: Oxley. HEX triplet: 67, 99 and 7B. RGB value is (103,153,123). Sum of RGB (Red+Green+Blue) = 103+153+123=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #67997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67997B is #986684. Grayscale: #868686. Windows color (decimal): -9987717 or 8100199. OLE color: 8100199.

HSL color Cylindrical-coordinate representation of color #67997B: hue angle of 144º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67997B is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 123 -
CMYK 0.33 0 0.20 0.4
HSL 144º 0.2% 0.5% -
HSV(B) 144º 0.33% 0.6% -
XYZ 20.56 27.1 22.89 -
YUV 134.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 103 153 123 0.33 0 0.20 0.4 144 0.2 0.5
Hex 67 99 7B 21 0 14 28 90 14 32
Octal 147 231 173 41 0 24 50 220 24 62
Binary 1100111 10011001 1111011 100001 0 10100 101000 10010000 10100 110010

Color Harmonies of #67997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67997B

Black with #67997B

Text Example


Text Example

White with #67997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,153,123); }

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

background-color css

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

 a { background-color: rgb(103,153,123); }

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

border-color css

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

 span { border-color: rgb(103,153,123); }

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