Html Css Color HEX #629C6C Oxley

📋 copy color: '#629C6C'

red 98 ◦ green 156 ◦ blue 108

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

Shades of Oxley #629C6C

Tints of Oxley #629C6C

RGB

 RED value IS 98 (38.67% from 255) = 27.07%

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 27.07%
G = 43.09%
B = 29.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#629C6C (or 0x629C6C) is known color: Oxley. HEX triplet: 62, 9C and 6C. RGB value is (98,156,108). Sum of RGB (Red+Green+Blue) = 98+156+108=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #629C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629C6C is #9D6393. Grayscale: #858585. Windows color (decimal): -10314644 or 7117922. OLE color: 7117922.

HSL color Cylindrical-coordinate representation of color #629C6C: hue angle of 130.34º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C6C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 156 108 -
CMYK 0.37 0 0.31 0.39
HSL 130.34º 0.23% 0.5% -
HSV(B) 130.34º 0.37% 0.61% -
XYZ 19.63 27.46 18.45 -
YUV 133.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 98 156 108 0.37 0 0.31 0.39 130.34 0.23 0.5
Hex 62 9C 6C 25 0 1F 27 82 17 32
Octal 142 234 154 45 0 37 47 202 27 62
Binary 1100010 10011100 1101100 100101 0 11111 100111 10000010 10111 110010

Color Harmonies of #629C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629C6C

Black with #629C6C

Text Example


Text Example

White with #629C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629C6C; }

 p { color: rgb(98,156,108); }

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

background-color css

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

 a { background-color: rgb(98,156,108); }

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

border-color css

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

 span { border-color: rgb(98,156,108); }

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