Html Css Color HEX #699C15 Christi

📋 copy color: '#699C15'

red 105 ◦ green 156 ◦ blue 21

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

Shades of Christi #699C15

Tints of Christi #699C15

RGB

 RED value IS 105 (41.41% from 255) = 37.23%

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 37.23%
G = 55.32%
B = 7.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#699C15 (or 0x699C15) is known color: Christi. HEX triplet: 69, 9C and 15. RGB value is (105,156,21). Sum of RGB (Red+Green+Blue) = 105+156+21=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #699C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699C15 is #9663EA. Grayscale: #7D7D7D. Windows color (decimal): -9855979 or 1416297. OLE color: 1416297.

HSL color Cylindrical-coordinate representation of color #699C15: hue angle of 82.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #699C15 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 21 -
CMYK 0.33 0 0.87 0.39
HSL 82.67º 0.76% 0.35% -
HSV(B) 82.67º 0.87% 0.61% -
XYZ 17.85 26.83 4.95 -
YUV 125.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 105 156 21 0.33 0 0.87 0.39 82.67 0.76 0.35
Hex 69 9C 15 21 0 57 27 53 4C 23
Octal 151 234 25 41 0 127 47 123 114 43
Binary 1101001 10011100 10101 100001 0 1010111 100111 1010011 1001100 100011

Color Harmonies of #699C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C15

Black with #699C15

Text Example


Text Example

White with #699C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699C15; }

 p { color: rgb(105,156,21); }

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

background-color css

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

 a { background-color: rgb(105,156,21); }

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

border-color css

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

 span { border-color: rgb(105,156,21); }

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