#67B612

Color #67B612 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #67B612

Tints of Christi #67B612

Color information

#67B612 (or 0x67B612) is unknown color: approx Christi. HEX triplet: 67, B6 and 12. RGB value is (103,182,18). Sum of RGB (Red+Green+Blue) = 103+182+18=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #67B612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B612 is #9849ED. Grayscale: #8C8C8C. Windows color (decimal): -9980398 or 1226343. OLE color: 1226343.

HSL color Cylindrical-coordinate representation of color #67B612: hue angle of 88.9º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67B612 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB10318218-
CMYK0.4300.900.29
HSL88.9º82%39.22%-
HSV(B)88.9º90.11%71.37%-
XYZ22.4336.386.41-
YUV139.6859.33101.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=33.99%
G=60.07%
B=5.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103182180.4300.900.2988.98239.22
Hex67B6122B05A1D595227
Octal147266225301323513112247
Binary11001111011011010010101011010110101110110110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B612; }

 p { color: rgb(103,182,18); }

 H1.HeaderClassName
 {
   color: #67B612;
 }
 .AnyTagClassName
 {
   color: #67B612;
 }
</style>
background-color css

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

 a { background-color: rgb(103,182,18); }

 div.DivClassName
 {
   background-color: #67B612;
 }
 .BgClassName
 {
   background-color: #67B612;
 }
</style>
border-color css

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

 span { border-color: rgb(103,182,18); }

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